Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change consent message #238

Closed
wants to merge 3 commits into from
Closed

Change consent message #238

wants to merge 3 commits into from

Conversation

daria-github
Copy link
Contributor

Update verbiage for clarity.

@daria-github daria-github requested a review from humanagent as a code owner May 21, 2024 22:23
@daria-github daria-github requested a review from a team May 21, 2024 22:23
Copy link

changeset-bot bot commented May 21, 2024

🦋 Changeset detected

Latest commit: 2e21a5b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@xmtp/consent-proof-signature Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -13,7 +13,7 @@ export const createConsentMessage = (
"XMTP : Grant inbox consent to sender\n" +
"\n" +
`Current Time: ${new Date(timestampMs).toUTCString()}\n` +
`From Address: ${peerAddress}\n` +
`Sender Address: ${peerAddress}\n` +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need to be changed in:
iOS: https://github.com/xmtp/xmtp-ios/blob/main/Sources/XMTPiOS/Messages/Signature.swift#L77
Android: https://github.com/xmtp/xmtp-android/blob/main/library/src/main/java/org/xmtp/android/library/messages/Signature.kt#L56
After those there needs to be a React Native update to include those changes and update the tests to include that change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, bummer -- thanks for the heads-up. IMO that's currently not worth the effort for this change so I'm going to delete this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants